home *** CD-ROM | disk | FTP | other *** search
/ The Rolling Stones: Shine a Light (Press Kit) / Shine a Light (Press Kit).iso / pc / program.dxr / Internal_42_Satisfation .ls < prev    next >
Encoding:
Text File  |  2008-03-03  |  169 b   |  9 lines

  1. on enterFrame
  2.   if soundBusy(4) then
  3.     sound(4).stop()
  4.     sound(4).play(member("No Satisfaction2"))
  5.   else
  6.     sound(4).play(member("No Satisfaction2"))
  7.   end if
  8. end
  9.